﻿2026-09-07T08:07:08.6879297Z ##[group]Run $floorBytes = 32GB
2026-09-07T08:07:08.6879554Z [36;1m$floorBytes = 32GB[0m
2026-09-07T08:07:08.6879753Z [36;1m$drive = (Get-Item $env:GITHUB_WORKSPACE).PSDrive[0m
2026-09-07T08:07:08.6879964Z [36;1m$freeBytes = [int64]$drive.Free[0m
2026-09-07T08:07:08.6880261Z [36;1m$verdict = if ($freeBytes -lt $floorBytes) { 'RED' } else { 'PASS' }[0m
2026-09-07T08:07:08.6880676Z [36;1mWrite-Host "FLOOR_END job=unit runner=Windows free_bytes=$freeBytes floor_bytes=$floorBytes verdict=$verdict sample=INSTANT"[0m
2026-09-07T08:07:08.6881233Z [36;1mif ($freeBytes -lt $floorBytes) {[0m
2026-09-07T08:07:08.6881571Z [36;1m  Write-Error "RESOURCE=disk drive=$($drive.Root) free_bytes=$freeBytes floor_bytes=$floorBytes"[0m
2026-09-07T08:07:08.6881860Z [36;1m  exit 1[0m
2026-09-07T08:07:08.6881978Z [36;1m}[0m
2026-09-07T08:07:08.6886138Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-09-07T08:07:08.6886364Z ##[endgroup]
2026-09-07T08:07:08.9606690Z FLOOR_END job=unit runner=Windows free_bytes=110815084544 floor_bytes=34359738368 verdict=PASS sample=INSTANT
